home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web29 / CIS M31 / project / calendar.css < prev    next >
Cascading Style Sheet File  |  2011-05-04  |  1KB  |  34 lines

  1. /*
  2.     Everything Music
  3.     Table Stylesheet for calendar page
  4.     
  5.     Author: Richard Thomson
  6.     Date Created: 31 March 2011
  7.     Date Modified: 31 March 2011
  8.     
  9.     Filename: calendar.css
  10.     Supporting files:
  11. */
  12.  
  13. #pagecontent h1    {text-align: center; text-decoration: underline; font-family: Bell MT}
  14. #pagecontent p a    {text-decoration: none; color: blue}
  15. #pagecontent p a:hover    {text-decoration: underline}
  16. table.month {border: 3px groove red; border-collapse: collapse; margin-left: 2em; margin-bottom: 50px}
  17. table.month th, table.month td {border: 1px solid blue}
  18. table.month thead { background-color: skyblue; }
  19. table.month td { width: 7em; height: 7em; padding: .2em; vertical-align: top; overflow: auto; }
  20. td .day { width: 7em; height: 6em; overflow:auto; margin-top: 0; }
  21. tbody .weekend { background-color:#ded; }
  22. tbody .next, table.month tbody .previous { background-color:#ddd; }
  23. .rtop { display:block; background:#060; }
  24. .rtop * { display: block; height: 1px; overflow: hidden; background:#fff; }
  25. .r1{margin: 0 0 0 5px}
  26. .r2{margin: 0 0 0 3px}
  27. .r3{margin: 0 0 0 2px}
  28. .r4{margin: 0 0 0 1px; height: 2px}
  29. table.container h1 { margin: 0 0 .5em .5em; font: 2em Arial, Helvetica, sans-serif; color: #060; }
  30. table.month th { font: 1em bold Arial, Helvetica, sans-serif; }
  31. .previous .date, .next .date    {display: none}
  32. #concert    {font-size: 10px}
  33. table a        {color: red; text-decoration: none}
  34. table a:hover    {text-decoration: underline; color: blue}